Adwaita: brighter dark variant header-bar bottom shade
authorLapo Calamandrei <calamandrei@gmail.com>
Tue, 4 Nov 2014 13:59:24 +0000 (14:59 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Tue, 4 Nov 2014 13:59:24 +0000 (14:59 +0100)
gtk/resources/theme/Adwaita/_drawing.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css

index 68be75ee4501fd4820116f35203f9a6d6d2b2b65..7cbbba825b65e6c662800302d3f609133714f3ca 100644 (file)
 // $tc: top color
 // $hc: top highlight color
 //
+  $_bottom_shade_color: if($variant == 'light', mix(_border_color($c), $c, 30%),
+                                                mix(_border_color($c), $c, 20%));
+
   background-image: headerbar_gradient($c, $tc);
-  box-shadow: inset 0 -1px mix(_border_color($c), $c, 30%), // bottom shade
+  box-shadow: inset 0 -1px $_bottom_shade_color, // bottom shade
               inset 0 1px $hc; // top highlight
 
 }
index 67b9ee8782c919442b1d0850d7b86f0e86e40d55..2a1eb1a34c5eab88f80b39d9db80b529b5729ab7 100644 (file)
@@ -1612,7 +1612,7 @@ GtkComboBox {
   border-radius: 7px 7px 0 0;
   background-color: transparent;
   background-image: linear-gradient(to bottom, #434a4a, #393f3f);
-  box-shadow: inset 0 -1px #272c2c, inset 0 1px rgba(238, 238, 236, 0.1); }
+  box-shadow: inset 0 -1px #2d3232, inset 0 1px rgba(238, 238, 236, 0.1); }
   .titlebar:backdrop,
   .header-bar:backdrop {
     border-color: #1e2222;